-
-
Notifications
You must be signed in to change notification settings - Fork 20
Enhance broker support #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bef78ae
to
462d942
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, overall looks good and a welcomed change.
I added a few comments regarding where things should be defined.
The one thing I am not very clear on is why is libvalkey
needed?
I'll take a look at the comments libvalkey is not needed per say it's an optional C-binding that improves performance of valkey-py |
Hi, I made some changes - let me know what you think. |
LGTM |
this is the initial version, there are more things that need to be done
i'll update the docs and README after i'm sure the code works
i've tried to make valkey an optional dependency,
loosen up redis so other servers can be configured easier
and changed some names to be more abstract
waiting for some feedback 👐🏼
related issue: #189